Base

abstract class Base<T : Base<T>>

Base class for the library utilities, with common properties and functions.

Constructors

Link copied to clipboard
fun Base()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var firebaseAnalyticsEnabled: Boolean = true

Determines if the event log in Firebase Analytics is enabled for the class instance, for the event log, the static property of the companion object firebaseAnalyticsInstance must also be assigned, if that property is null, no events will be logged, since what is required.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard